CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 影像 影像匹配

搜索资源列表

  1. matching

    0下载:
  2. 这个程序是用于两幅影像的简单匹配,图片原格式为pdg的。-image matching
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:913109
    • 提供者:guojian
  1. SIFT

    1下载:
  2. SIFT特征提取演算法(包含匹配以及除错机制RANSAC)-可用于两张影像之特征点匹配 -SIFT feature extraction algorithm (including the match, as well as debug mechanisms RANSAC)- can be used for two images of the feature points matching
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:11413
    • 提供者:qwe
  1. SIFT3

    0下载:
  2. :对传统SIFT算法从特征点提取时间和匹配精度上进行了优化,基于优化算法提取的特征点对构建 三角网进行小面元微分纠正配准。试验结果表明,该方法是一种有效的遥感影像自动配准方法。 -: SIFT algorithm from the traditional feature extraction time and matching accuracy, and the optimization, optimization algorithm based on the extracted fea
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:454126
    • 提供者:LIDAN
  1. PointExtraction

    0下载:
  2. 程序实现影像中点的提取,是摄影测量中获取做匹配必不可少的步骤。-Program for image mid-point of the extraction is done in photogrammetry to obtain matching indispensable step.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2637496
    • 提供者:高帅华
  1. EpipolarRayPro

    1下载:
  2. 摄影测量核线影像生成,在匹配过程中以及三维立体显示的过程中有重要作用-Photogrammetric Epipolar Image Generation, which has an important role in the process of matching process and the three-dimensional display
  3. 所属分类:Graph program

    • 发布日期:2014-04-18
    • 文件大小:200704
    • 提供者:elliotcui
  1. vcimagematch

    0下载:
  2. 用VC++开发的图像匹配程序,十分实用,内附实验影像和说明文档-VC++ development with the image matching procedure, is very practical, experimental video and documentation included
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:345870
    • 提供者:陈志学
  1. Match

    1下载:
  2. 摄影测量匹配程序。通过两影像的相对位置和相关系数方程,解求-Photogrammetry matching procedures. By the relative position of the two images and the correlation coefficient equation, Solutions of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:350508
    • 提供者:sss
  1. GdalBrowser

    0下载:
  2. GDAL支持的Morton 编码金字塔无缝漫游工具,从2007年开始,不断更新到2011年,偶的小业余研究。底层基于GDAL, 支持很多冷门格式。使用Morton金字塔重构二维数据,加上内存映射文件的帮助,浏览GB级影像没有问题。内嵌带接缝处理的透明分块条带处理接口,无需了解金字塔,也能透明对GB级影像进行各种处理。内嵌直方图均衡和模板卷积的例子,演示如何透明的开发处理算法。附带重要的功能是“尺度不变特征SIFT”的特征提取,本来是上学时的论文,经过这些年零敲碎打的改造,现在能进行全自动、半自动
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12399942
    • 提供者:流浪小狗
  1. points

    0下载:
  2. 一种用于数字遥感影像立体像对间特征点匹配的源代码。-A stereo for the digital remote sensing image matching of feature points between the source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4765838
    • 提供者:郭林
  1. Matching

    1下载:
  2. 金字塔影像及相关系数法匹配(8 位BMP),可以对打幅影像做金字塔处理,然后再进行相关系数法的匹配-Pyramid match images and correlation coefficient (8 BMP), images can be pyramid processing rally site, and then match the correlation coefficient method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2180520
    • 提供者:CJF
  1. AtumoMatchIMage

    0下载:
  2. 基于VC实现影像的自动匹配,输出匹配精度,并与各种类型匹配方法比较。-We have Realized image matching and outputed result.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:12725
    • 提供者:范范
  1. histogram-matching

    1下载:
  2. 直方图匹配,用C++编写的代码,效果我已经用Photoshop(直接查看其灰度直方图即可)和基于HIS变换的影像融合检验过了,效果是正确的。具体原理可以参考武大贾永红的《数字图像处理》一书。如果读者觉得执行效率偏低,可以把代码中标明的可以注释的部分注释掉即可,不过这样效果会差一些-Histogram matching, in C++. The results have been verified by the software PhotoShop by checking the histogr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:198904
    • 提供者:M R
  1. image-fusion

    0下载:
  2. 影像融合,包括基于高通滤波的加权融合和非加权融合、基于HIS变换的融合,其中基于HIS变换的融合需要较多时间,这是由于直方图匹配要花费很多时间,具体算法可以参考武大贾永红的《数字图像处理》一书-Image fusion, including the weighted and unweighted fusion based on highpass filter and the fusion based on HIS transformation. Among them, the fusion ba
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:91734
    • 提供者:M R
  1. New-folder

    0下载:
  2. 这是我自己在mfc下利用gdal库实现的遥感影像显示模块,能显示绝大部分的遥感影像格式数据。打开影像是可以同时打开多幅影像,程序默认对每幅影像建立各自的金字塔文件以便后面操作,同时程序默认将影像拉伸到0-255范围以防有的影像是11位的或更大的而显示不出来。打开影像后可进行简单的拉框放缩、移动、复位、旋转、链接显示、直方图、缩略图等操作,还有基本的影像增强处理,如伪彩色变换、饱和度亮度调节、直方图匹配、各种滤波等。影像处理实现了几何校正、投影变换、裁剪等操作。界面开发时用的是mfc的ROBBON
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:13575071
    • 提供者:Richard
  1. ex_Image

    0下载:
  2. 月球撞击坑的自动识别(基于影像的),主要涉及影像的阈值分割、区域生长、条件匹配、边缘提取及拟合-Lunar craters automatic identification (image-based), mainly related to the image threshold segmentation, region growing, conditional matching, edge extraction and fitting
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2944107
    • 提供者:dreamer
  1. SplitWin

    1下载:
  2. 关于数字摄影测量的相关程序,可以进行核线的自动匹配和正摄影像的生成。-On digital photogrammetry related procedures can be carried out automatically match the nuclear line and the positive photographic image formation.
  3. 所属分类:GIS program

    • 发布日期:2014-04-18
    • 文件大小:11077632
    • 提供者:赵文强
  1. SiftGPU

    0下载:
  2. 国外作者编写的siftGPU源码,非常强大,可以快速实现匹配,对于差异较大的影像,也可以匹配出很多同名点。-siftGPU source written by Foreign author , which is very powerful, you can quickly achieve matching, even with quite different images, you can also match a lot of tie points.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7879360
    • 提供者:pang shi yan
  1. MatchLSM

    1下载:
  2. 1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)-1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommend
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2497952
    • 提供者:lichenming
  1. Untitled2

    0下载:
  2. matlab软件实现两幅insar影像数据的匹配。-matlab software to achieve two insar image data matching
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:821
    • 提供者:xiao-ming
  1. rihor_Little_Bear_tools

    4下载:
  2. 小熊工具箱是由中科院对地观测中心在读博士胡勇将自己写的 IDL 代码整理而成,包含许多实用功能:相对辐射归一化、矩匹配相对辐射校正、趋势分析、最大值合成、 MODIS 质量数据转换、批量矢量裁剪、 MRT 批处理、 TVDI 、 ROI 分离器、批量生成缩略图、批量生成影像范围(shp)。-Winnie the toolbox from the CAS CEODE PhD Hu Yong will write their own IDL code was compiled, contains m
  3. 所属分类:图形图象

    • 发布日期:2014-04-05
    • 文件大小:138270
    • 提供者:任仲亮
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com